home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / y2k_tetr.swf / scripts / DefineSprite_55 / frame_24 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  98 b   |  10 lines

  1. if(x2 >= x1)
  2. {
  3.    setProperty("../figurev", _X, x1);
  4.    x1 += "5";
  5. }
  6. else
  7. {
  8.    stop();
  9. }
  10.